/*sliders*/
.owl-carousel .owl-wrapper:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 103%;
  margin-bottom: 10px;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-carousel {
  float: left;
}
.keys-slider {
  padding: 0 !important;
  max-width: 100% !important;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.owl-carousel {
  width: 100%;
  margin: 0;
}
.owl-carousel .item {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 !important;
  max-width: 100%;
  position: relative;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 400px;
  object-fit: cover;
  object-position: center top;
}
.item-content {
    position: relative;
    box-sizing: border-box;
	margin: 0 auto;
    max-width: 1140px;
	padding: 50px 0;
}
.item-content h1 {
	font-family: 'Gotham SSm A', sans-serif;font-weight: 900;font-size: 40px;line-height: 44px;color: #fff;position: relative;margin: 45px 0 10px 0;
}
.item-content h1:before {
	content: "";
	position: absolute;
	top: -15px;
	height: 4px;
	width:35px;
	background: #DE002B;
}
.item-content p {
	font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 28px;color: #fff;margin:0;
}
.item-content .action-button { margin:15px 0;
	
}
.item-content ul {
  margin: 0;
  padding: 0;
}
.item-content ul li {
  color: #fff !important;
  clear: both;
}
.owl-item {
  float: left;
}
.item-icon {
  position: absolute;
  right: 0;
  top: 22%;
  bottom: 0;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 10%;
}
.item-icon img {
  position: absolute;
  left: 0 !important;
  top: 0;
  right: 0;
  width: auto !important;
  height: 65% !important;
  margin: auto;
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom:10%;
  width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 44px;
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: 0px 0px 0px #333;
  background: rgba(66, 72, 76, 0.2);
  height: 48px;
  width: 48px;
  padding: 0;
}
.owl-theme .owl-controls .owl-buttons div i {
  line-height: 45px;
  display: block;
}
.owl-theme .owl-controls .owl-page span {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 5px 5px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #DE002B !important;
  color: #333 !important;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-family: "proxima_nova_rgbold", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: none;
  width: 24px;
  height: 24px;
  border: solid 2px #fff;
  line-height: 21px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(66, 72, 76, 0.6);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev i {
  margin-left: -5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next i {
  margin-right: -5px;
}
.owl-pagination {position: absolute;width: 100%;left: 0;right: 0;margin: auto;top: 0;}
.owl-theme .owl-controls .owl-page span { background: #fff;margin: 5px; width: 13px; height: 13px; }

.owl-buttons {display: none;}

@media (max-width:1225px){
	.item-content {padding-left: 0;padding-right: 25px;}
}
@media (max-width: 1180px) { 
	.item-content {padding-left: 15px;}
}
@media (max-width:1100px){
	.item-content {padding-left: 25px;padding-right: 25px;}
}

@media (max-width:1000px)
{
	.item-content {padding-left: 25px;}
	.item-content h1 {font-size:24px;line-height: 30px;}
	.item-content p {font-size:16px;line-height: 24px;}
	.item-content a {font-size: 16px;}
}
@media (max-width:780px)
{	
	.item-content {padding-top:35px;padding-bottom: 35px;}
	.item-content h1 {font-size:20px;line-height: 24px;}
	.item-content p {font-size:14px;line-height: 20px;}
	.item-content a {font-size: 16px;}
}
@media (max-width:482px)
{
	.item-content h1 {margin-top:0;}
}
@media (max-width:430px){
	
	.item-content h1:before {top:-10px;}
	.owl-theme .owl-controls {bottom:13%;}
	.owl-theme .owl-controls .owl-page span {width:10px;height: 10px;}
	.item-content h1 {font-size: 18px;line-height: 20px;margin: 0;padding: 5px 0;}
	.item-content p {font-size: 13px;line-height: 20px;margin: 0;padding: 5px 0;}
	.item-content .action-button {font-size: 14px;margin: 5px 0;}	
}



/* D font changes all to 18px for trevs sake */
.menu-top .menu ul li a,
.item-content p,
.main-action p,
.action-button,
.top-blogs .inside-content-left .art-box .art-right h2,
.top-blogs .inside-content-left .art-box .art-right p,
.perma,
.top-blogs .inside-content-right .art-box .art-right,
.bottom-blogs .art-box .art-right h2,
.bottom-blogs .art-box .art-right,
.art-box .art-right p

{
  font-size:18px;
}
.top-blogs .inside-content-right .art-box .art-right,
.bottom-blogs .art-box .art-right,
.art-box .art-right p,
.main-action p
{

  line-height:22px;
}
.top-blogs .inside-content-left .art-box .art-right p
{
  color:black;
}
